bitkeeper revision 1.1236.1.61 (422996d7OS-GHHO0uCOWruz6V8AWXw)
authorriel@redhat.com[kaf24] <riel@redhat.com[kaf24]>
Sat, 5 Mar 2005 11:24:07 +0000 (11:24 +0000)
committerriel@redhat.com[kaf24] <riel@redhat.com[kaf24]>
Sat, 5 Mar 2005 11:24:07 +0000 (11:24 +0000)
commitf131e3e7c67227852d659f3d42726b3cf618f62e
treea98589ae18aef44ed7db48e62387169f653c48f5
parent8d22f23fd3ec37c55aaefeefc366d920ebe80e61
bitkeeper revision 1.1236.1.61 (422996d7OS-GHHO0uCOWruz6V8AWXw)

[PATCH] [PATCH] gcc4isms part 1

This patch gets rid of the compile warnings under the xen/
subdirectory, for an x86_32 compile.  The cpuid change has
also been sent to the upstream kernel.

I am not quite sure about the vmx_platform.c bits, since
__s8 should be the same as char, so gcc really shouldn't
warn...

Signed-off-by: Rik van Riel <riel@redhat.com>
 arch/x86/acpi.c             |    2 +-
 arch/x86/domain_build.c     |    2 +-
 arch/x86/pci-pc.c           |    4 ++--
 arch/x86/setup.c            |   16 ++++++++--------
 arch/x86/vmx.c              |    2 +-
 arch/x86/vmx_platform.c     |   20 ++++++++++----------
 common/kernel.c             |    2 +-
 drivers/char/console.c      |    4 ++--
 drivers/char/serial.c       |    4 ++--
 include/asm-x86/processor.h |    2 +-
 include/public/xen.h        |    2 +-
 include/xen/serial.h        |    2 +-
 12 files changed, 31 insertions(+), 31 deletions(-)
13 files changed:
BitKeeper/etc/logging_ok
xen/arch/x86/acpi.c
xen/arch/x86/domain_build.c
xen/arch/x86/pci-pc.c
xen/arch/x86/setup.c
xen/arch/x86/vmx.c
xen/arch/x86/vmx_platform.c
xen/common/kernel.c
xen/drivers/char/console.c
xen/drivers/char/serial.c
xen/include/asm-x86/processor.h
xen/include/public/xen.h
xen/include/xen/serial.h